ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
9

createEntityManagerFactory(persistenceUnitName, properties)

Static Method javax.persistence.Persistence EntityManagerFactory createEntityManagerFactory( String ... persistence unit using the given properties. Parameters: persistenceUnitName - the name of the persistence unit properties - Additional properties to use when creating the factory. The values
9

createEntityManagerFactory(persistenceUnitName)

Static Method javax.persistence.Persistence EntityManagerFactory createEntityManagerFactory( String persistenceUnitName ) Create and return an EntityManagerFactory for the named persistence unit. Parameters: persistenceUnitName - the name of the persistence unit Returns: the factory that creates
9

javax.persistence.metamodel.MapAttribute

javax.persistence.metamodel Interface MapAttribute<X,K,V> Superinterfaces: Attribute<X,Map<K,V>>, Bindable<V>, PluralAttribute<X,Map<K,V>,V> Instances of the type MapAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent
9

javax.persistence.metamodel.SingularAttribute

javax.persistence.metamodel Interface SingularAttribute<X,T> Superinterfaces: Attribute<X,T>, Bindable<T> Instances of the type SingularAttribute represents persistent single-valued properties or ... .0 PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type
9

javax.persistence.GeneratedValue

javax.persistence Annotation GeneratedValue Target: Fields (including property get methods ... TableGenerator annotation. Defaults to the id generator supplied by persistence provider. Default value ... that the persistence provider must use to generate the annotated entity primary key. (Optional) The primary key
9

javax.persistence.metamodel.CollectionAttribute

javax.persistence.metamodel Interface CollectionAttribute<X,E> Superinterfaces: Attribute<X ... represent persistent java.util.Collection-valued attributes. Since: JPA 2.0 Class<T ... PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type for the attribute. Return
9

javax.persistence.metamodel.ListAttribute

javax.persistence.metamodel Interface ListAttribute<X,E> Superinterfaces: Attribute<X,List<E>>, Bindable<E>, PluralAttribute<X,List<E>,E> Instances of the type ListAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent attribute type
9

javax.persistence.RollbackException

javax.persistence Exception RollbackException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.RollbackException Implemented Interfaces
9

javax.persistence.metamodel.PluralAttribute

javax.persistence.metamodel Interface PluralAttribute<X,C,E> Superinterfaces: Attribute<X,C ... of the type PluralAttribute represent persistent collection-valued attributes. Since: JPA 2.0 Class<T ... PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type
9

javax.persistence.metamodel.Type

javax.persistence.metamodel Interface Type<X> Subinterfaces: BasicType, EmbeddableType, EntityType, IdentifiableType, ManagedType, MappedSuperclassType Instances of the type Type represent persistent ... getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support